Welcome![Sign In][Sign Up]
Location:
Search - 3 DES

Search list

[Windows DevelopMd5Code

Description: MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5.cpp, Md5.h, Main.cpp. Md5.cpp which is the algorithm code, in most of the code from the rfc-1321-ri copy back Main.cpp is the main program.
Platform: | Size: 88064 | Author: yincuiwei | Hits:

[Crack HackMasteringAlgorithmswithC

Description: 一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
Platform: | Size: 2002944 | Author: kaiyan | Hits:

[Crack Hackcrypto

Description: 1、DES加密示例程序,包含全部加密过程,可以实现单个文件加解密功能;2、椭圆曲线密码体制加密算法实现原理源码;3、RSA算法示例源码-1, DES encryption sample procedures, contains all the encryption process, you can achieve a single file encryption and decryption functions 2, Elliptic Curve Cryptography encryption algorithm implementation principle source 3, RSA algorithm sample source
Platform: | Size: 8192 | Author: | Hits:

[Software Engineering3.8

Description: 加密解密技巧,DES,AES, RAS等算法。Java代码可以在EDI中运行实现。-This is a documentation for encryption and decryption.
Platform: | Size: 16384 | Author: Alice | Hits:

[Crack HackDES

Description: 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the crptograph to get the plaintext
Platform: | Size: 1959936 | Author: Jane | Hits:

[GUI Developcrypt

Description: 实现三种加密解密算法:1、 简单的移位算法;2、 基于矩阵的置换算法;3、 Des算法;-Encryption and decryption algorithm for the realization of the three: 1, a simple shift algorithm 2, the replacement algorithm based on the matrix 3, Des algorithm
Platform: | Size: 2024448 | Author: 空凌 | Hits:

[CA auth3des_vhdl

Description: DES-3 VHDL Code implemented on FPGA ,including related document
Platform: | Size: 138240 | Author: VISHWANATH PATEL | Hits:

[RFIDSmartCard

Description: This a code relatesd to smart card secuiry DES/3-DES-This is a code relatesd to smart card secuiry DES/3-DES
Platform: | Size: 40960 | Author: dkjindal | Hits:

[SCM3des

Description: 可运行于51单片机上的3DES程序,仅占用RAM约80BYTE,但占ROM3K多一点-51 single-chip can be run on the 3DES procedures, only using RAM about 80BYTE, but accounted for little more than ROM3K
Platform: | Size: 3072 | Author: 洪天长 | Hits:

[Crack Hack3-way

Description: 经典的DES加密,包括3重的加密方法和源程序-DES Encrypt
Platform: | Size: 1024 | Author: xiao_shaoyong | Hits:

[JSP/Javades_java

Description: 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } 等-A DES, encryption and decryption algorithms, including the full realization of S boxes and other important implementation, the program also implements other file data stream encryption and decryption DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14, 6, 64, 56, 48, 40, 32, 24, 16, 8, 57, 49, 41, 33, 25, 17, 9, 1, 59, 51, 43, 35, 27, 19, 11, 3, 61, 53, 45, 37, 29, 21, 13, 5, 63, 55, 47, 39, 31, 23, 15, 7 } // des算法终结置换表ip-1 public static final int[] IP_1 = { 40, 8, 48, 16, 56, 24, 64, 32, 39, 7, 47, 15, 55, 23, 63, 31, 38, 6, 46, 14, 54, 22, 62, 30, 37, 5, 45, 13, 53, 21, 61, 29, 36, 4, 44, 12, 52, 20, 60, 28, 35, 3, 43, 11, 51, 19, 59, 27, 34, 2, 42, 10, 50, 18, 58, 26, 33, 1, 41, 9, 49, 17, 57, 25 } and so on
Platform: | Size: 11264 | Author: 不死鸟 | Hits:

[Crack HackDES(fips46-3)

Description: DES (fips46-3).DATA ENCRYPTION STANDARD
Platform: | Size: 142336 | Author: Thanh Le Van | Hits:

[CA authmydes

Description: 第一部分 数据加密标准DES (1)掌握DES中各加密函数对其性能影响; (2)DES的特性分析,包括互补性和弱密钥; (3)DES的实际应用,包括各种数据类型的加/脱密、DES的短块处理。 -The first part of the Data Encryption Standard DES (1) grasp the DES encryption function of each effect on its performance (2) DES characteristics analysis, including complementarity and weak keys (3) DES practical applications, including a variety of data types Add/off dense, DES short block processing.
Platform: | Size: 52224 | Author: scorpio | Hits:

[OS program3DES

Description: 3DES(即Triple DES)是DES向AES过渡的加密算法(1999年,NIST将3-DES指定为过渡的加密标准),是DES的一个更安全的变形。它以DES为基本模块,通过组合分组方法设计出分组加密算法,其具体实现如下:设Ek()和Dk()代表DES算法的加密和解密过程,K代表DES算法使用的密钥,P代表明文,C代表密表,这样, 3DES加密过程为:C=Ek3(Dk2(Ek1(P))) 3DES解密过程为:P=Dk1((EK2(Dk3(C))) -3DESASDASDASDASDASDASD
Platform: | Size: 1024 | Author: feng | Hits:

[Algorithmalgorithm

Description: DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa 经典加密算法在VB中的实现(2)- MD5 经典加密算法在VB中的实现(3)- RC4 经典加密算法在VB中的实现(4)- DES 经典字符串HASH函数测试 离散的Hopfield算法 秘密天窗加密方法C++源程序 浅谈图像压缩算法 求全排列的非递归算法 如何实现DES算法 神经元网络 LVQ(学习矢量量化)算法 神经元网络的经典B-P算法1 神经元网络的经典B-P算法2 神经元网络的经典B-P算法3 实数快速fft变换算法 实数快速fft算法二 使用ASP加密算法加密你的数据 手写体数据变换成像素位图的算法 -DES algorithm DSA algorithm ElGamal algorithm Kohonen s SOFM (Self Organizing Map) LAM (Linear Associative Memory) algorithm LZW compression algorithm MD5 Algorithm PGP Security (a) PKCS# 7 RSA algorithm SSL How does it work? Ternary Search Trees Produce combinations of non-recursive algorithm Large integer multiplication On the LZW algorithm and its application in image lossless compression Complex fast Fourier transform algorithm Encryption and Key Management Classical encryption algorithm implementation in VB in (1)- Rsa Classical encryption algorithm implementation in VB in (2)- MD5 Classical encryption algorithm implementation in VB in (3)- RC4 Classical encryption algorithm implementation in VB in (4)- DES Classical string HASH function test Discrete Hopfield algorithm Secret Window encryption C++ source code Of image compression algorithm Perfectionist ordered non-recursive algorithm How to implement DES algorithm Neural network LVQ (learning vector qu
Platform: | Size: 209920 | Author: 蟲子 | Hits:

[Crack HackDES

Description: 简单的DES算法,自己课后作业自己编程的。1.txt作为需要加密的程序,2.txt放加密结果,3.txt放解密结果,支持8位密钥。-DES algorithm is simple, its own programming homework. 1.txt encryption program as needed, 2.txt put encryption results, 3.txt put decryption results to support the 8-bit key.
Platform: | Size: 4096 | Author: 高氯酸 | Hits:

[Crack Hackdes

Description: **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节 ** sDest 存放解密后的串. 为nSrcLen字节长, 如果是字符串, 调用者自己负责在尾部加 \0 ** nDestLen 存放解密后的串的缓冲长度值. 如果该长度为0, 表示缓冲区足够大(至少nSrclen) **返回值: 0 成功 ** -1 密钥长度或解密前的串长度或解密后的串长度小于0 ** -2 存放解密后的串的缓冲不够大 ** -3 密钥为空或串指针为空,或者加密前的串为空或串指针为空,或者加密后的串指针为空 ** -4 加密前的串长度为0或不是8的倍数-* * Routine:des_func(in,out,key, enc) * * Description: * DES core function * * Parameter: * in: Input The pointer to the input plaintext 64 bits stream * out: Output The pointer to the output cipher 64 bits stream * key: Input The pointer to the 64 bits key value * enc: Input The flag * 1---- Encrypt * 0---- Decrypt
Platform: | Size: 6144 | Author: victor | Hits:

[Crack HackDESVB

Description: 基于VB的DES算法源代码 分为全局定义 加密 解密 3部分-The DES algorithm is based on VB source code is divided into 3 parts of the global definition of encryption and decryption
Platform: | Size: 19456 | Author: ding | Hits:

[Crack Hack3DES

Description: 3DES又称Triple DES,是DES加密算法的一种模式,它使用3条56位的密钥对数据进行三次加密。数据加密标准(DES)是美国的一种由来已久的加密标准,它使用对称密钥加密法,并于1981年被ANSI组织规范为ANSI X.3.92。DES使用56位密钥和密码块的方法,而在密码块的方法中,文本被分成64位大小的文本块然后再进行加密。比起最初的DES,3DES更为安全。-3DES, also known as Triple DES, DES encryption algorithm is a model that uses three 56-bit key three times the data encryption. Data Encryption Standard (DES) is a long-standing United States encryption standard that uses symmetric key encryption method, and in 1981 organized by ANSI standard is ANSI X.3.92. 56-bit DES key and password using the block method, the method in the code block, the text is divided into 64-bit size of the text block and then encrypted. Than the original DES, 3DES is more secure.
Platform: | Size: 6144 | Author: Laura | Hits:

[JSPPrentice.Core.J2EE.Patterns.Best.Practices.And.Des

Description: Prentice.Core.J2EE.Patterns.Best.Practices.And.Design.Strategies第二版-Prentice.Core.J2EE.Patterns.Best.Practices.And.Design.Strategies.2nd.Edition
Platform: | Size: 4101120 | Author: 老谈 | Hits:
« 1 2 3 45 6 7 8 9 10 »

CodeBus www.codebus.net